home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / ISAMEXPT / ISAM_KEY.DFM / ISAM_KEY.txt
Text File  |  1996-04-04  |  1KB  |  57 lines

  1. object IsamKeyDialog: TIsamKeyDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Key einstellen'
  7.   ClientHeight = 128
  8.   ClientWidth = 266
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 249
  21.     Height = 61
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 44
  27.     Top = 84
  28.     Width = 77
  29.     Height = 27
  30.     TabOrder = 0
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 152
  38.     Top = 84
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object ComboBox1: TComboBox
  48.     Left = 32
  49.     Top = 24
  50.     Width = 197
  51.     Height = 21
  52.     ItemHeight = 13
  53.     TabOrder = 2
  54.     Text = 'ComboBox1'
  55.   end
  56. end
  57.